home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / cne / resltp.txt < prev    next >
Text File  |  1993-05-24  |  5KB  |  96 lines

  1. PROBLEM REPORT ON RESULTS.EXE - CNE Assessment Test V2.0,V2.1 Results 
  2.  
  3. Eric J.G. Bonnell 73500,3250        March 19, 1992
  4.                              
  5.      Well, there seem to be some problems - some of them are fixable, some of
  6. them are a pain in the neck. But none are beyond explanation...
  7.  
  8. PROBLEM #1 : I've been told that those who have used the RESULTS file have had 
  9.              a problem getting output. There are two scenarios, yet one quick
  10.              fix.
  11.                 A) No data just a report header in RESULTS.RPT.
  12.                 B) Data present, no questions, and a 0 out of 0 
  13.                       percentage.
  14.              Stupid, but true. The sum of the letters in my first name and
  15.              last name is 12 characters (if you count a space in between). 
  16.                - If your name sums up to more than 12 characters, you are a 
  17.                  member of group A. Cut your name down to 12 characters.
  18.                  If you have a Turbo Pascal compiler and wish to change
  19.                  the length of the name field, edit the constant definition
  20.                  for Preamble to reflect the size you wish (now it is 
  21.                  assigned to #$0C (that's 12 in hex). Until other people
  22.                  started to use RESULTS, I assumed (wrong!) that this value
  23.                  was a unique identifier for the start of a new record (all
  24.                  MY records always started with an ASCII 0Ch, so....).
  25.                - For those of you whose names are less than 12 characters,
  26.                  you are members of group B. Pad your name with some ALPHABETIC
  27.                  symbols (ONLY USE 'A' thru 'Z' to be safe) to make it 12 
  28.                  characters long, or recompile the code with the above patch.
  29.              So, it should be 12 characters including the space between names
  30.              which is understood. (i.e. "ERIC BONNELL"). Sorry.
  31.  
  32. PROBLEM #2 : Course description. I take the raw data out of the CNE~RSP.DAT 
  33.              which only specifies course number and test section number. I 
  34.              agree fully, it would be nice to see "V2.2 System Manager" 
  35.              instead of 501, however, I decided to try and keep it simple
  36.              and not worry about Novell rearranging their courses again.
  37.              I wanted the code to be flexible enough to span as many versions
  38.              of the test I could, so generic is best.
  39.  
  40. PROBLEM #3 : This is a biggie, unfortunately, there's nothing I can do about
  41.              it short of asking Novell to incorporate my extensions into 
  42.              its CNE Assessment Test itself. 
  43.              As I read the data file, I only can tell positionally which 
  44.              questions are correct (and if they are I can't tell your 
  45.              answer) or if the are incorrect (in which case I know your 
  46.              response from the data).
  47.              However, I understand that the questions are shuffled every
  48.              time the test is taken - I cannot tell the order in which
  49.              they appear from the data file (at least not yet, there's 
  50.              plenty of data which still remains gibberish even to me and
  51.              problably will for a while more). So, this program still
  52.              takes a lot of bookkeeping on your part. If anyone can figure 
  53.              how the question files are indexed to the response data file,
  54.              we may be in business in that department.
  55.  
  56. PROBLEM #4 : Compuserve takes care of it's data libraries. It takes some time
  57.              for data files to be placed on-line (I guess they screen them 
  58.              pretty well for your protection. The result is that it can be 
  59.              days before a file is ready to be downloaded from when it is
  60.              submitted. So to check dates of the file for accuracy, check
  61.              the author's message during the unpacking processs to the 
  62.              verbose listing of the files within. they should match (I think).
  63.  
  64.    So, that is the problems. Here are some concerns and further advise for
  65. you all.
  66.  
  67. - If you have CNE Assessment Test V2.0 and RESULTS V1.0. you should be okay
  68.   (assuming you've read above). 
  69.  
  70. - If you have CNE Assessment Test V2.1, get RESULTS V2.11. That is the most up
  71.   to date.
  72.  
  73. - RESULTS V2.10 should work, but V2.11 provides further error checking 
  74.   (i.e. FILE NOT FOUND and division by zero errors).
  75.  
  76. - The latest files on Comuserve are CNE Assessment Test V2.0 and RESULTS 
  77.   V2.11. I got V2.1 of the Test from Novell (thanx, Marcus!). I don't 
  78.   know if I am at liberty to give V2.1 out.
  79.  
  80. - Any further concerns can be sent to me.
  81.  
  82.    One last thing, THANK YOU all who contributed to the debugging of this 
  83. project. I didn't think that this program could have gotten this big, but
  84. I'm happy it has been received well. I hope it has helped some (I, myself, 
  85. have 5 tests left to take...). So, THANK YOU for your support and comments:
  86.  
  87. Marcus Williamson
  88. Alex Kislyakov
  89. Roswell Broussard
  90. Cathy
  91. John Noffsinger
  92. Larry Brunetti
  93. David Blake
  94. Richard Beels
  95.  
  96.